projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c8add8
)
Seal priv pointer in GtkLinkButton.
author
Tim Janik
<timj@src.gnome.org>
Fri, 20 Jun 2008 11:04:55 +0000
(11:04 +0000)
committer
Tim Janik
<timj@src.gnome.org>
Fri, 20 Jun 2008 11:04:55 +0000
(11:04 +0000)
svn path=/trunk/; revision=20567
gtk/gtklinkbutton.h
patch
|
blob
|
history
diff --git
a/gtk/gtklinkbutton.h
b/gtk/gtklinkbutton.h
index 9b58b1e60a1c68cb69a8ca29524341da8e936efe..a621673e9c04e7501e1226da3cf103df628ef4b3 100644
(file)
--- a/
gtk/gtklinkbutton.h
+++ b/
gtk/gtklinkbutton.h
@@
-53,7
+53,7
@@
struct _GtkLinkButton
{
GtkButton parent_instance;
- GtkLinkButtonPrivate *
priv
;
+ GtkLinkButtonPrivate *
GSEAL (priv)
;
};
struct _GtkLinkButtonClass